Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <a> tag


HTML code uses anchor tags to make links on webpages. They are parts of HTML that help in creating these hyperlinks. They let you connect to another website, a certain part of a page, an email address or file. They can also link to any other internet location (URL). People also call them anchor points or <a> tags.

The <a> tag makes a link, used to connect from one page with another.

The most important thing about the <a> part is using href to show where it goes.

By default, links will execute follows comprehensively browsers:

A link that has not been clicked is blue and underlined. An already clicked link is underlined and has a purple color. A highlighted link is red and underlined.

The <a> HTML part (or link piece) with its href feature makes a web connection to pages, files and email spots. It also connects locations on the same page or things that can be reached by URL's address in other websites.

Each <a> should show where the link goes. If the href attribute is there, pressing enter while focusing on the <a> piece will make it work.



HTML Example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<h1 class="heading-1"> What is a Tag ? </h1>
<img src="levoriclearn.png" alt="levoriclearn" width="180" height="150" />
<button>Levoric Learn</button
>
<ul>
<li><a href="https://www.levoriclearn.com" >www.levoriclearn.com</a></li>
<li><a href="https://www.levoriclearn.com" >www.levoriclearn.com</a></li>
<li><a href="https://www.levoriclearn.com" >www.levoriclearn.com</a></li>
<li><a href="https://www.levoriclearn.com" >www.levoriclearn.com</a></li>
<li><a href="https://www.levoriclearn.com" >www.levoriclearn.com</a></li>
<li><a href="https://www.levoriclearn.com" >www.levoriclearn.com</a></li>
</ul>
<a href="https://www.levoriclearn.com" >www.levoriclearn.com</a>
</body>
</html>


output







Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<a> Yes Yes Yes Yes Yes